Allow the path to be NULL, so that people can ask for information about a
authorFederico Mena Quintero <federico@ximian.com>
Mon, 15 Mar 2004 05:42:51 +0000 (05:42 +0000)
committerFederico Mena Quintero <federico@src.gnome.org>
Mon, 15 Mar 2004 05:42:51 +0000 (05:42 +0000)
commit084bb2fe391b4117aed6903b46840f334e53a51a
tree9ad443b086f3b9c24133a034322ce6b654437255
parent6bc9b7f5b49f3517b114db9a536f15f486a5058e
Allow the path to be NULL, so that people can ask for information about a

2004-03-14  Federico Mena Quintero  <federico@ximian.com>

* gtk/gtkfilesystem.c (gtk_file_folder_get_info): Allow the path
to be NULL, so that people can ask for information about a
parent-less file system root (e.g. get_info (get_folder ("/"), NULL)).

* gtk/gtkfilesystemunix.c (gtk_file_folder_unix_get_info): Allow
the condition describe above.

* gtk/gtkfilechooserdefault.c (get_file_info): Allow getting
information of root paths.

* gtk/gtkpathbar.c (_gtk_path_bar_set_path): Handle root paths correctly.
ChangeLog
ChangeLog.pre-2-10
ChangeLog.pre-2-4
ChangeLog.pre-2-6
ChangeLog.pre-2-8
gtk/gtkfilechooserdefault.c
gtk/gtkfilesystem.c
gtk/gtkfilesystemunix.c
gtk/gtkpathbar.c